home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / forth / pfe-0.000 / pfe-0 / pfe-0.9.13 / src / config / NeXTstep / config.h-cc next >
Encoding:
Text File  |  1995-04-25  |  1.2 KB  |  57 lines

  1. /*
  2.  * config.h --    Automatically generated file, don't change.
  3.  */
  4.  
  5. #ifndef __CONFIG_H
  6. #define __CONFIG_H
  7.  
  8. #define HOST_SYSTEM "NeXTstep"
  9. #define NeXTstep 1
  10. #define UNIX_FILENAMES 1
  11. #define ISO_CHARSET 1
  12. #define CELL_TYPE int
  13. #define HALF_CELL_TYPE short
  14. #define HIGHBYTE_FIRST 0
  15. #define CELL_ALIGN 4
  16. #define SFLOAT_ALIGN 4
  17. #define DFLOAT_ALIGN 4
  18. #define KEEPS_SIGNALS 1
  19. #define HAVE_SYS_TYPES_H 1
  20. #define HAVE_SYS_IOCTL_H 1
  21. #define HAVE_FCNTL_H 1
  22. #define HAVE_SYS_STAT_H 1
  23. #define HAVE_UTIME_H 1
  24. #define HAVE_SYS_TIME_H 1
  25. #define HAVE_UNISTD_H 1
  26. #define HAVE_LIBC_H 1
  27. #define HAVE_MEMORY_H 1
  28. #define HAVE_STRINGS_H 1
  29. #define HAVE_LOCALE_H 1
  30. #define HAVE_TERMIOS_H 1
  31. #define HAVE_SGTTY_H 1
  32. #define HAVE_CURSES_H 1
  33. #define eXit(X) exit(X)
  34. #define HAVE_RANDOM 1
  35. #define HAVE_AH_TRIG 1
  36. #define pow10(X) pow (10.0, (X))
  37. #define HAVE_MEMMOVE 1
  38. char *strdup (const char *);
  39. #define HAVE_REMOVE 1
  40. #define HAVE_RENAME 1
  41. #define HAVE_ACCESS 1
  42. #define getcwd(P,L) getwd(P)
  43. #define HAVE_STAT 1
  44. #define HAVE_FSTAT 1
  45. #define HAVE_FILENO 1
  46. #define HAVE_TRUNCATE 1
  47. #define HAVE_UMASK 1
  48. #define HAVE_LINK 1
  49. #define HAVE_PID 1
  50. #define HAVE_UID 1
  51. #define HAVE_GID 1
  52. #define HAVE_USLEEP 1
  53. #define HAVE_SELECT 1
  54. #define HAVE_RAISE 1
  55.  
  56. #endif
  57.